home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / appbar.EXE / changes.txt < prev    next >
Text File  |  1996-09-23  |  4KB  |  78 lines

  1. This file documents changes to AppBar from version to version.  Please
  2. check the home page for the latest details.  If you have a question/bug
  3. report, please READ THE FAQ.TXT FIRST and MAKE SURE YOU ARE USING THE
  4. LATEST VERSION!!! 
  5.  
  6. I hope v1.00 will be the last version.  I hope to port AppBar to the
  7. BeBox (http://www.be.com) since that is my new platform of choice but
  8. the Win32 version is done.
  9.  
  10. New in: 
  11.  
  12. 1.00 - Release!  
  13.  - Complete rewrite in MFC 4.2 (C++) with source included.  As a result, 
  14.    the code is a bit easier to understand now.  This version is  
  15.    approximately 40k but requires the MFC42.DLL and MSVCRT42.DLL
  16.    run-time libraries (1MB).  A standalone MFC EXE is about 160k.  Note 
  17.    that the distributed version is still the C version, since it is 
  18.    smaller and faster at 60k.
  19.  - All strings moved into strings.h for easy translation into other
  20.    languages.  I will not edit and compile new versions though, so this 
  21.    is for other people to translate if they want.
  22.  - Changed filenaming scheme to long filenames.
  23.  - Added hotkey to call AppBar.  It is Ctrl-Alt-z (or C-A-a if the 
  24.    first is taken) and I will NOT make it user configurable!
  25.  - Added option to turn off time display.
  26.  - Added display user option.
  27.  - Standard bug fixes and so on...
  28.  
  29. 0.99
  30.  - Working NT v3.x version.
  31.  - Can now run Win95-style shortcuts (ONLY if they link to an EXE though).
  32.  - Apps can now be started max/min/normal.
  33.  - Several bug fixes.
  34.  
  35. 0.98
  36.  - Created manual makefile and included source in distribution archive.
  37.  - Remade the AppBar project in VC 4.0.  This shrunk the size of AppBar 
  38.    from 100k to 60k!
  39.  - Bug fixes for Drag and Drop.
  40.  - More complete AutoHide implementation (sliding, etc...)
  41.  - Added command line switches for date, memory, bottom, and autohide
  42.  
  43. 0.97
  44.  - Removed hard-coded AppBar menu and switched to a right-button popup 
  45.    menu.
  46.  - AppBar can now be repositioned to the bottom of the screen. 
  47.  - AppBar now auto-hides!!!  It's now VERY usable in my mind.
  48.  
  49. 0.96
  50.  - Huge bug in File I/O - I was saving pointers so if one of them
  51.    happened to look like an EOF, AppBar would fail to read in the file.  
  52.    This is fixed and now AppBar *should* be stable...I hope.
  53.  - Drag and Drop - Just drag an EXE (or several) to a menu item in the Edit 
  54.    Menus dialog and AppBar will create an app slot for it and fill in a name.
  55.  - Added internationalization code for our friends in other parts of the 
  56.    world.  Now the date and time display in the Win95 Control Panel format.
  57.  
  58. 0.95
  59.  - AppBar runs on Win95 and WinNT 4.0 ONLY!  (And I'm not sure about 4.0)
  60.  - AppBar is much fatter! (Beats me why... I think it may have to do with 
  61.    the fact that the EXE size is now greater than 64k so local jumps must be 
  62.    32-bit values.)  50k ---> 90k.  Yuk.
  63.  - Added options to display date and free memory (at user request).
  64.  - Rewrote time display code to do all this.  As a side effect, the time 
  65.    is no longer selectable (it was previously a menu!)
  66.  - If running on a battery, AppBar will display the battery % left (in 
  67.    color!)
  68.  - Redesigned the Options dialog
  69.  - Command line parameters (see README.TXT for documentation)
  70.  - Multi-user settings (ditto)
  71.  - Many small changes to make AppBar more conformant to dynamic changes 
  72.    in the system (screen resolution change, system time change, etc).
  73.  - Menu bug fix(es)
  74.  
  75.  
  76. Mike Perham (mperham@cs.cornell.edu)
  77. http://www.cs.cornell.edu/Info/People/mperham/appbar/
  78.